Fix CSS warnings in win32 theme
authorJaime Velasco Juan <jsagarribay@gmail.com>
Thu, 13 Oct 2016 11:27:43 +0000 (12:27 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 26 Oct 2016 14:25:49 +0000 (16:25 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=773221

gtk/theme/win32/gtk-win32-base.css

index 7532e1c20227b796267898c2e1c508ac23e47fc7..57bb53ae8c181f3aa2fdbb652931017cd6d3f0c3 100644 (file)
@@ -114,7 +114,7 @@ tooltip, tooltip.background {
 }
 
 assistant .sidebar .highlight {
-    font: bold;
+    font-weight: bold;
     color:  -gtk-win32-color(button, captiontext);
 }
 
@@ -1260,7 +1260,7 @@ menu * {
 
 GtkAssistant .sidebar .highlight {
     background-color: gray;
-    font: bold;
+    font-weight: bold;
 }
 
 GtkAssistant .sidebar {